x86_64: widen bit width usable for struct domain allocation
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 12 Feb 2010 09:24:18 +0000 (09:24 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 12 Feb 2010 09:24:18 +0000 (09:24 +0000)
commit6391c33d794a072adf5c07fb0826f0a1c874b30b
tree347e645e219bc22a74227c6372b4f6840617ec8c
parent70d0560287642c0323f3566d8c998d907c52d7d7
x86_64: widen bit width usable for struct domain allocation

With it being a PDX (instead of a PFN) that gets stored when a 32-bit
quantity is needed, we should also account for the bits removed during
PFN-to-PDX conversion when doing the allocation.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/domain.c